Uses of Class
com.google.api.servicemanagement.v1.ConfigSource
-
Packages that use ConfigSource Package Description com.google.api.servicemanagement.v1 com.google.cloud.api.servicemanagement.v1 A client to Service Management API -
-
Uses of ConfigSource in com.google.api.servicemanagement.v1
Methods in com.google.api.servicemanagement.v1 that return ConfigSource Modifier and Type Method Description ConfigSourceConfigSource.Builder. build()ConfigSourceConfigSource.Builder. buildPartial()ConfigSourceSubmitConfigSourceRequest.Builder. getConfigSource()Required.ConfigSourceSubmitConfigSourceRequest. getConfigSource()Required.ConfigSourceSubmitConfigSourceRequestOrBuilder. getConfigSource()Required.static ConfigSourceConfigSource. getDefaultInstance()ConfigSourceConfigSource.Builder. getDefaultInstanceForType()ConfigSourceConfigSource. getDefaultInstanceForType()static ConfigSourceConfigSource. parseDelimitedFrom(InputStream input)static ConfigSourceConfigSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigSourceConfigSource. parseFrom(byte[] data)static ConfigSourceConfigSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigSourceConfigSource. parseFrom(com.google.protobuf.ByteString data)static ConfigSourceConfigSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigSourceConfigSource. parseFrom(com.google.protobuf.CodedInputStream input)static ConfigSourceConfigSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigSourceConfigSource. parseFrom(InputStream input)static ConfigSourceConfigSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigSourceConfigSource. parseFrom(ByteBuffer data)static ConfigSourceConfigSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.servicemanagement.v1 that return types with arguments of type ConfigSource Modifier and Type Method Description com.google.protobuf.Parser<ConfigSource>ConfigSource. getParserForType()static com.google.protobuf.Parser<ConfigSource>ConfigSource. parser()Methods in com.google.api.servicemanagement.v1 with parameters of type ConfigSource Modifier and Type Method Description SubmitConfigSourceRequest.BuilderSubmitConfigSourceRequest.Builder. mergeConfigSource(ConfigSource value)Required.ConfigSource.BuilderConfigSource.Builder. mergeFrom(ConfigSource other)static ConfigSource.BuilderConfigSource. newBuilder(ConfigSource prototype)SubmitConfigSourceRequest.BuilderSubmitConfigSourceRequest.Builder. setConfigSource(ConfigSource value)Required. -
Uses of ConfigSource in com.google.cloud.api.servicemanagement.v1
Methods in com.google.cloud.api.servicemanagement.v1 with parameters of type ConfigSource Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<SubmitConfigSourceResponse,OperationMetadata>ServiceManagerClient. submitConfigSourceAsync(String serviceName, ConfigSource configSource, boolean validateOnly)Creates a new service configuration (version) for a managed service based on user-supplied configuration source files (for example: OpenAPI Specification).
-