Class: Google::Cloud::ApiGateway::V1::ApiConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apigateway/v1/apigateway.rb

Overview

An API Configuration is a combination of settings for both the Managed Service and Gateways serving this API Config.

Defined Under Namespace

Modules: State Classes: File, GrpcServiceDefinition, LabelsEntry, OpenApiDocument

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)



145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 145

class ApiConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A lightweight description of a file.
  # @!attribute [rw] path
  #   @return [::String]
  #     The file path (full or relative path). This is typically the path of the
  #     file when it is uploaded.
  # @!attribute [rw] contents
  #   @return [::String]
  #     The bytes that constitute the file.
  class File
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # An OpenAPI Specification Document describing an API.
  # @!attribute [rw] document
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     The OpenAPI Specification document file.
  class OpenApiDocument
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # A gRPC service definition.
  # @!attribute [rw] file_descriptor_set
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     Input only. File descriptor set, generated by protoc.
  #
  #     To generate, use protoc with imports and source info included.
  #     For an example test.proto file, the following command would put the value
  #     in a new file named out.pb.
  #
  #     $ protoc --include_imports --include_source_info test.proto -o out.pb
  # @!attribute [rw] source
  #   @return [::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>]
  #     Optional. Uncompiled proto files associated with the descriptor set, used for
  #     display purposes (server-side compilation is not supported). These
  #     should match the inputs to 'protoc' command used to generate
  #     file_descriptor_set.
  class GrpcServiceDefinition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # All the possible API Config states.
  module State
    # API Config does not have a state yet.
    STATE_UNSPECIFIED = 0

    # API Config is being created and deployed to the API Controller.
    CREATING = 1

    # API Config is ready for use by Gateways.
    ACTIVE = 2

    # API Config creation failed.
    FAILED = 3

    # API Config is being deleted.
    DELETING = 4

    # API Config is being updated.
    UPDATING = 5

    # API Config settings are being activated in downstream systems.
    # API Configs in this state cannot be used by Gateways.
    ACTIVATING = 6
  end
end

#display_name::String



145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 145

class ApiConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A lightweight description of a file.
  # @!attribute [rw] path
  #   @return [::String]
  #     The file path (full or relative path). This is typically the path of the
  #     file when it is uploaded.
  # @!attribute [rw] contents
  #   @return [::String]
  #     The bytes that constitute the file.
  class File
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # An OpenAPI Specification Document describing an API.
  # @!attribute [rw] document
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     The OpenAPI Specification document file.
  class OpenApiDocument
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # A gRPC service definition.
  # @!attribute [rw] file_descriptor_set
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     Input only. File descriptor set, generated by protoc.
  #
  #     To generate, use protoc with imports and source info included.
  #     For an example test.proto file, the following command would put the value
  #     in a new file named out.pb.
  #
  #     $ protoc --include_imports --include_source_info test.proto -o out.pb
  # @!attribute [rw] source
  #   @return [::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>]
  #     Optional. Uncompiled proto files associated with the descriptor set, used for
  #     display purposes (server-side compilation is not supported). These
  #     should match the inputs to 'protoc' command used to generate
  #     file_descriptor_set.
  class GrpcServiceDefinition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # All the possible API Config states.
  module State
    # API Config does not have a state yet.
    STATE_UNSPECIFIED = 0

    # API Config is being created and deployed to the API Controller.
    CREATING = 1

    # API Config is ready for use by Gateways.
    ACTIVE = 2

    # API Config creation failed.
    FAILED = 3

    # API Config is being deleted.
    DELETING = 4

    # API Config is being updated.
    UPDATING = 5

    # API Config settings are being activated in downstream systems.
    # API Configs in this state cannot be used by Gateways.
    ACTIVATING = 6
  end
end

#gateway_service_account::String



145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 145

class ApiConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A lightweight description of a file.
  # @!attribute [rw] path
  #   @return [::String]
  #     The file path (full or relative path). This is typically the path of the
  #     file when it is uploaded.
  # @!attribute [rw] contents
  #   @return [::String]
  #     The bytes that constitute the file.
  class File
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # An OpenAPI Specification Document describing an API.
  # @!attribute [rw] document
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     The OpenAPI Specification document file.
  class OpenApiDocument
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # A gRPC service definition.
  # @!attribute [rw] file_descriptor_set
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     Input only. File descriptor set, generated by protoc.
  #
  #     To generate, use protoc with imports and source info included.
  #     For an example test.proto file, the following command would put the value
  #     in a new file named out.pb.
  #
  #     $ protoc --include_imports --include_source_info test.proto -o out.pb
  # @!attribute [rw] source
  #   @return [::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>]
  #     Optional. Uncompiled proto files associated with the descriptor set, used for
  #     display purposes (server-side compilation is not supported). These
  #     should match the inputs to 'protoc' command used to generate
  #     file_descriptor_set.
  class GrpcServiceDefinition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # All the possible API Config states.
  module State
    # API Config does not have a state yet.
    STATE_UNSPECIFIED = 0

    # API Config is being created and deployed to the API Controller.
    CREATING = 1

    # API Config is ready for use by Gateways.
    ACTIVE = 2

    # API Config creation failed.
    FAILED = 3

    # API Config is being deleted.
    DELETING = 4

    # API Config is being updated.
    UPDATING = 5

    # API Config settings are being activated in downstream systems.
    # API Configs in this state cannot be used by Gateways.
    ACTIVATING = 6
  end
end

#grpc_services::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::GrpcServiceDefinition>



145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 145

class ApiConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A lightweight description of a file.
  # @!attribute [rw] path
  #   @return [::String]
  #     The file path (full or relative path). This is typically the path of the
  #     file when it is uploaded.
  # @!attribute [rw] contents
  #   @return [::String]
  #     The bytes that constitute the file.
  class File
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # An OpenAPI Specification Document describing an API.
  # @!attribute [rw] document
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     The OpenAPI Specification document file.
  class OpenApiDocument
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # A gRPC service definition.
  # @!attribute [rw] file_descriptor_set
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     Input only. File descriptor set, generated by protoc.
  #
  #     To generate, use protoc with imports and source info included.
  #     For an example test.proto file, the following command would put the value
  #     in a new file named out.pb.
  #
  #     $ protoc --include_imports --include_source_info test.proto -o out.pb
  # @!attribute [rw] source
  #   @return [::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>]
  #     Optional. Uncompiled proto files associated with the descriptor set, used for
  #     display purposes (server-side compilation is not supported). These
  #     should match the inputs to 'protoc' command used to generate
  #     file_descriptor_set.
  class GrpcServiceDefinition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # All the possible API Config states.
  module State
    # API Config does not have a state yet.
    STATE_UNSPECIFIED = 0

    # API Config is being created and deployed to the API Controller.
    CREATING = 1

    # API Config is ready for use by Gateways.
    ACTIVE = 2

    # API Config creation failed.
    FAILED = 3

    # API Config is being deleted.
    DELETING = 4

    # API Config is being updated.
    UPDATING = 5

    # API Config settings are being activated in downstream systems.
    # API Configs in this state cannot be used by Gateways.
    ACTIVATING = 6
  end
end

#labels::Google::Protobuf::Map{::String => ::String}



145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 145

class ApiConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A lightweight description of a file.
  # @!attribute [rw] path
  #   @return [::String]
  #     The file path (full or relative path). This is typically the path of the
  #     file when it is uploaded.
  # @!attribute [rw] contents
  #   @return [::String]
  #     The bytes that constitute the file.
  class File
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # An OpenAPI Specification Document describing an API.
  # @!attribute [rw] document
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     The OpenAPI Specification document file.
  class OpenApiDocument
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # A gRPC service definition.
  # @!attribute [rw] file_descriptor_set
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     Input only. File descriptor set, generated by protoc.
  #
  #     To generate, use protoc with imports and source info included.
  #     For an example test.proto file, the following command would put the value
  #     in a new file named out.pb.
  #
  #     $ protoc --include_imports --include_source_info test.proto -o out.pb
  # @!attribute [rw] source
  #   @return [::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>]
  #     Optional. Uncompiled proto files associated with the descriptor set, used for
  #     display purposes (server-side compilation is not supported). These
  #     should match the inputs to 'protoc' command used to generate
  #     file_descriptor_set.
  class GrpcServiceDefinition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # All the possible API Config states.
  module State
    # API Config does not have a state yet.
    STATE_UNSPECIFIED = 0

    # API Config is being created and deployed to the API Controller.
    CREATING = 1

    # API Config is ready for use by Gateways.
    ACTIVE = 2

    # API Config creation failed.
    FAILED = 3

    # API Config is being deleted.
    DELETING = 4

    # API Config is being updated.
    UPDATING = 5

    # API Config settings are being activated in downstream systems.
    # API Configs in this state cannot be used by Gateways.
    ACTIVATING = 6
  end
end

#managed_service_configs::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>



145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 145

class ApiConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A lightweight description of a file.
  # @!attribute [rw] path
  #   @return [::String]
  #     The file path (full or relative path). This is typically the path of the
  #     file when it is uploaded.
  # @!attribute [rw] contents
  #   @return [::String]
  #     The bytes that constitute the file.
  class File
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # An OpenAPI Specification Document describing an API.
  # @!attribute [rw] document
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     The OpenAPI Specification document file.
  class OpenApiDocument
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # A gRPC service definition.
  # @!attribute [rw] file_descriptor_set
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     Input only. File descriptor set, generated by protoc.
  #
  #     To generate, use protoc with imports and source info included.
  #     For an example test.proto file, the following command would put the value
  #     in a new file named out.pb.
  #
  #     $ protoc --include_imports --include_source_info test.proto -o out.pb
  # @!attribute [rw] source
  #   @return [::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>]
  #     Optional. Uncompiled proto files associated with the descriptor set, used for
  #     display purposes (server-side compilation is not supported). These
  #     should match the inputs to 'protoc' command used to generate
  #     file_descriptor_set.
  class GrpcServiceDefinition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # All the possible API Config states.
  module State
    # API Config does not have a state yet.
    STATE_UNSPECIFIED = 0

    # API Config is being created and deployed to the API Controller.
    CREATING = 1

    # API Config is ready for use by Gateways.
    ACTIVE = 2

    # API Config creation failed.
    FAILED = 3

    # API Config is being deleted.
    DELETING = 4

    # API Config is being updated.
    UPDATING = 5

    # API Config settings are being activated in downstream systems.
    # API Configs in this state cannot be used by Gateways.
    ACTIVATING = 6
  end
end

#name::String (readonly)



145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 145

class ApiConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A lightweight description of a file.
  # @!attribute [rw] path
  #   @return [::String]
  #     The file path (full or relative path). This is typically the path of the
  #     file when it is uploaded.
  # @!attribute [rw] contents
  #   @return [::String]
  #     The bytes that constitute the file.
  class File
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # An OpenAPI Specification Document describing an API.
  # @!attribute [rw] document
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     The OpenAPI Specification document file.
  class OpenApiDocument
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # A gRPC service definition.
  # @!attribute [rw] file_descriptor_set
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     Input only. File descriptor set, generated by protoc.
  #
  #     To generate, use protoc with imports and source info included.
  #     For an example test.proto file, the following command would put the value
  #     in a new file named out.pb.
  #
  #     $ protoc --include_imports --include_source_info test.proto -o out.pb
  # @!attribute [rw] source
  #   @return [::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>]
  #     Optional. Uncompiled proto files associated with the descriptor set, used for
  #     display purposes (server-side compilation is not supported). These
  #     should match the inputs to 'protoc' command used to generate
  #     file_descriptor_set.
  class GrpcServiceDefinition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # All the possible API Config states.
  module State
    # API Config does not have a state yet.
    STATE_UNSPECIFIED = 0

    # API Config is being created and deployed to the API Controller.
    CREATING = 1

    # API Config is ready for use by Gateways.
    ACTIVE = 2

    # API Config creation failed.
    FAILED = 3

    # API Config is being deleted.
    DELETING = 4

    # API Config is being updated.
    UPDATING = 5

    # API Config settings are being activated in downstream systems.
    # API Configs in this state cannot be used by Gateways.
    ACTIVATING = 6
  end
end

#openapi_documents::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::OpenApiDocument>



145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 145

class ApiConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A lightweight description of a file.
  # @!attribute [rw] path
  #   @return [::String]
  #     The file path (full or relative path). This is typically the path of the
  #     file when it is uploaded.
  # @!attribute [rw] contents
  #   @return [::String]
  #     The bytes that constitute the file.
  class File
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # An OpenAPI Specification Document describing an API.
  # @!attribute [rw] document
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     The OpenAPI Specification document file.
  class OpenApiDocument
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # A gRPC service definition.
  # @!attribute [rw] file_descriptor_set
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     Input only. File descriptor set, generated by protoc.
  #
  #     To generate, use protoc with imports and source info included.
  #     For an example test.proto file, the following command would put the value
  #     in a new file named out.pb.
  #
  #     $ protoc --include_imports --include_source_info test.proto -o out.pb
  # @!attribute [rw] source
  #   @return [::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>]
  #     Optional. Uncompiled proto files associated with the descriptor set, used for
  #     display purposes (server-side compilation is not supported). These
  #     should match the inputs to 'protoc' command used to generate
  #     file_descriptor_set.
  class GrpcServiceDefinition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # All the possible API Config states.
  module State
    # API Config does not have a state yet.
    STATE_UNSPECIFIED = 0

    # API Config is being created and deployed to the API Controller.
    CREATING = 1

    # API Config is ready for use by Gateways.
    ACTIVE = 2

    # API Config creation failed.
    FAILED = 3

    # API Config is being deleted.
    DELETING = 4

    # API Config is being updated.
    UPDATING = 5

    # API Config settings are being activated in downstream systems.
    # API Configs in this state cannot be used by Gateways.
    ACTIVATING = 6
  end
end

#service_config_id::String (readonly)



145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 145

class ApiConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A lightweight description of a file.
  # @!attribute [rw] path
  #   @return [::String]
  #     The file path (full or relative path). This is typically the path of the
  #     file when it is uploaded.
  # @!attribute [rw] contents
  #   @return [::String]
  #     The bytes that constitute the file.
  class File
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # An OpenAPI Specification Document describing an API.
  # @!attribute [rw] document
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     The OpenAPI Specification document file.
  class OpenApiDocument
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # A gRPC service definition.
  # @!attribute [rw] file_descriptor_set
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     Input only. File descriptor set, generated by protoc.
  #
  #     To generate, use protoc with imports and source info included.
  #     For an example test.proto file, the following command would put the value
  #     in a new file named out.pb.
  #
  #     $ protoc --include_imports --include_source_info test.proto -o out.pb
  # @!attribute [rw] source
  #   @return [::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>]
  #     Optional. Uncompiled proto files associated with the descriptor set, used for
  #     display purposes (server-side compilation is not supported). These
  #     should match the inputs to 'protoc' command used to generate
  #     file_descriptor_set.
  class GrpcServiceDefinition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # All the possible API Config states.
  module State
    # API Config does not have a state yet.
    STATE_UNSPECIFIED = 0

    # API Config is being created and deployed to the API Controller.
    CREATING = 1

    # API Config is ready for use by Gateways.
    ACTIVE = 2

    # API Config creation failed.
    FAILED = 3

    # API Config is being deleted.
    DELETING = 4

    # API Config is being updated.
    UPDATING = 5

    # API Config settings are being activated in downstream systems.
    # API Configs in this state cannot be used by Gateways.
    ACTIVATING = 6
  end
end

#state::Google::Cloud::ApiGateway::V1::ApiConfig::State (readonly)



145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 145

class ApiConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A lightweight description of a file.
  # @!attribute [rw] path
  #   @return [::String]
  #     The file path (full or relative path). This is typically the path of the
  #     file when it is uploaded.
  # @!attribute [rw] contents
  #   @return [::String]
  #     The bytes that constitute the file.
  class File
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # An OpenAPI Specification Document describing an API.
  # @!attribute [rw] document
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     The OpenAPI Specification document file.
  class OpenApiDocument
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # A gRPC service definition.
  # @!attribute [rw] file_descriptor_set
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     Input only. File descriptor set, generated by protoc.
  #
  #     To generate, use protoc with imports and source info included.
  #     For an example test.proto file, the following command would put the value
  #     in a new file named out.pb.
  #
  #     $ protoc --include_imports --include_source_info test.proto -o out.pb
  # @!attribute [rw] source
  #   @return [::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>]
  #     Optional. Uncompiled proto files associated with the descriptor set, used for
  #     display purposes (server-side compilation is not supported). These
  #     should match the inputs to 'protoc' command used to generate
  #     file_descriptor_set.
  class GrpcServiceDefinition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # All the possible API Config states.
  module State
    # API Config does not have a state yet.
    STATE_UNSPECIFIED = 0

    # API Config is being created and deployed to the API Controller.
    CREATING = 1

    # API Config is ready for use by Gateways.
    ACTIVE = 2

    # API Config creation failed.
    FAILED = 3

    # API Config is being deleted.
    DELETING = 4

    # API Config is being updated.
    UPDATING = 5

    # API Config settings are being activated in downstream systems.
    # API Configs in this state cannot be used by Gateways.
    ACTIVATING = 6
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)



145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 145

class ApiConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A lightweight description of a file.
  # @!attribute [rw] path
  #   @return [::String]
  #     The file path (full or relative path). This is typically the path of the
  #     file when it is uploaded.
  # @!attribute [rw] contents
  #   @return [::String]
  #     The bytes that constitute the file.
  class File
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # An OpenAPI Specification Document describing an API.
  # @!attribute [rw] document
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     The OpenAPI Specification document file.
  class OpenApiDocument
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # A gRPC service definition.
  # @!attribute [rw] file_descriptor_set
  #   @return [::Google::Cloud::ApiGateway::V1::ApiConfig::File]
  #     Input only. File descriptor set, generated by protoc.
  #
  #     To generate, use protoc with imports and source info included.
  #     For an example test.proto file, the following command would put the value
  #     in a new file named out.pb.
  #
  #     $ protoc --include_imports --include_source_info test.proto -o out.pb
  # @!attribute [rw] source
  #   @return [::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>]
  #     Optional. Uncompiled proto files associated with the descriptor set, used for
  #     display purposes (server-side compilation is not supported). These
  #     should match the inputs to 'protoc' command used to generate
  #     file_descriptor_set.
  class GrpcServiceDefinition
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # All the possible API Config states.
  module State
    # API Config does not have a state yet.
    STATE_UNSPECIFIED = 0

    # API Config is being created and deployed to the API Controller.
    CREATING = 1

    # API Config is ready for use by Gateways.
    ACTIVE = 2

    # API Config creation failed.
    FAILED = 3

    # API Config is being deleted.
    DELETING = 4

    # API Config is being updated.
    UPDATING = 5

    # API Config settings are being activated in downstream systems.
    # API Configs in this state cannot be used by Gateways.
    ACTIVATING = 6
  end
end