The above command will generate two files for the each Application Support services:
- _app_confirm_ready_service_pb2.py_: containing the python data models used in the Application Support service file
- _app_confirm_ready_service_pb2_grpc.py_: containing all the classes and functions needed for the supported HTTP methods in the Application Support API
The above command will generate .py files for all the services in the ./python-stubs/services directory
### Go
@@ -84,7 +82,7 @@ Below are some usage examples for Go and Ruby. For other languages, please refer
> The generated `<data_model>.pb.go` files will contain all the protocol buffer code to populate, serialize, and retrieve request and response message types defined in the `models` folder.
> And the `app_confirm_ready_service_grpc.pb.go` will contain the stubs for the methods defined in the `app_confirm_ready_service.proto` file.
> And the `<*_service_grpc>.pb.go` will contain the stubs for the methods defined in the `./AppSupport/proto3/services/*` folder.
### Ruby
@@ -99,12 +97,12 @@ Below are some usage examples for Go and Ruby. For other languages, please refer
$ mkdir ruby-stubs
```
Run the following command to create Ruby modules for all the data models defined in the proto files.
Run the following command to create Ruby modules for all the data models defined in the `./AppSupport/proto3/models/*` folder.
Run the following command to generate `app_confirm_ready_service_pb.rb` and `app_confirm_ready_service_pb.rb` files, containing stub and service classes for the endpoints and methods defined in MEC011 App Enablement service.
Run the following command to generate `<*_service_pb>.rb` files, containing stub and service classes for the endpoints and methods defined in MEC011 App Enablement service.
The above command will generate two files for the each Application Support services:
- _app_confirm_ready_service_pb2.py_: containing the python data models used in the Application Support service file
- _app_confirm_ready_service_pb2_grpc.py_: containing all the classes and functions needed for the supported HTTP methods in the Application Support API
The above command will generate .py files for all the services in the ./python-stubs/services directory
### Go
@@ -84,7 +82,7 @@ Below are some usage examples for Go and Ruby. For other languages, please refer
> The generated `<data_model>.pb.go` files will contain all the protocol buffer code to populate, serialize, and retrieve request and response message types defined in the `models` folder.
> And the `app_confirm_ready_service_grpc.pb.go` will contain the stubs for the methods defined in the `app_confirm_ready_service.proto` file.
> And the `<*_service_grpc>.pb.go` will contain the stubs for the methods defined in the `./ServiceMgmt/proto3/services/*` folder.
### Ruby
@@ -99,12 +97,12 @@ Below are some usage examples for Go and Ruby. For other languages, please refer
$ mkdir ruby-stubs
```
Run the following command to create Ruby modules for all the data models defined in the proto files.
Run the following command to create Ruby modules for all the data models defined in the `./ServiceMgmt/proto3/models/*` folder.
Run the following command to generate `app_confirm_ready_service_pb.rb` and `app_confirm_ready_service_pb.rb` files, containing stub and service classes for the endpoints and methods defined in MEC011 App Enablement service.
Run the following command to generate `<*_service_pb>.rb` files, containing stub and service classes for the endpoints and methods defined in MEC011 App Enablement service.
The above command will generate two files for the each Application Support services:
- _app_confirm_ready_service_pb2.py_: containing the python data models used in the Application Support service file
- _app_confirm_ready_service_pb2_grpc.py_: containing all the classes and functions needed for the supported HTTP methods in the Application Support API
The above command will generate .py files for all the services in the ./python-stubs/services directory
### Go
@@ -104,7 +104,7 @@ Below are some code generation examples for Python, Go and Ruby. For other langu
> The generated `<data_model>.pb.go` files will contain all the protocol buffer code to populate, serialize, and retrieve request and response message types defined in the `models` folder.
> And the `app_confirm_ready_service_grpc.pb.go` will contain the stubs for the methods defined in the `app_confirm_ready_service.proto` file.
> And the `<*_service_grpc>.pb.go` will contain the stubs for the methods defined in the `./AppSupport/proto3/services/*` folder.
### Ruby
@@ -119,12 +119,12 @@ Below are some code generation examples for Python, Go and Ruby. For other langu
$ mkdir ruby-stubs
```
Run the following command to create Ruby modules for all the data models defined in the proto files.
Run the following command to create Ruby modules for all the data models defined in the `./AppSupport/proto3/models/*` folder.
Run the following command to generate `app_confirm_ready_service_pb.rb` and `app_confirm_ready_service_pb.rb` files, containing stub and service classes for the endpoints and methods defined in MEC011 App Enablement service.
Run the following command to generate `<*_service_pb>.rb` files, containing stub and service classes for the endpoints and methods defined in MEC011 App Enablement service.