Uses of Class
com.google.cloud.functions.v2alpha.ServiceConfig
-
Packages that use ServiceConfig Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions API -
-
Uses of ServiceConfig in com.google.cloud.functions.v2alpha
Methods in com.google.cloud.functions.v2alpha that return ServiceConfig Modifier and Type Method Description ServiceConfigServiceConfig.Builder. build()ServiceConfigServiceConfig.Builder. buildPartial()static ServiceConfigServiceConfig. getDefaultInstance()ServiceConfigServiceConfig.Builder. getDefaultInstanceForType()ServiceConfigServiceConfig. getDefaultInstanceForType()ServiceConfigFunction.Builder. getServiceConfig()Describes the Service being deployed.ServiceConfigFunction. getServiceConfig()Describes the Service being deployed.ServiceConfigFunctionOrBuilder. getServiceConfig()Describes the Service being deployed.static ServiceConfigServiceConfig. parseDelimitedFrom(InputStream input)static ServiceConfigServiceConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceConfigServiceConfig. parseFrom(byte[] data)static ServiceConfigServiceConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceConfigServiceConfig. parseFrom(com.google.protobuf.ByteString data)static ServiceConfigServiceConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceConfigServiceConfig. parseFrom(com.google.protobuf.CodedInputStream input)static ServiceConfigServiceConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceConfigServiceConfig. parseFrom(InputStream input)static ServiceConfigServiceConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceConfigServiceConfig. parseFrom(ByteBuffer data)static ServiceConfigServiceConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.functions.v2alpha that return types with arguments of type ServiceConfig Modifier and Type Method Description com.google.protobuf.Parser<ServiceConfig>ServiceConfig. getParserForType()static com.google.protobuf.Parser<ServiceConfig>ServiceConfig. parser()Methods in com.google.cloud.functions.v2alpha with parameters of type ServiceConfig Modifier and Type Method Description ServiceConfig.BuilderServiceConfig.Builder. mergeFrom(ServiceConfig other)Function.BuilderFunction.Builder. mergeServiceConfig(ServiceConfig value)Describes the Service being deployed.static ServiceConfig.BuilderServiceConfig. newBuilder(ServiceConfig prototype)Function.BuilderFunction.Builder. setServiceConfig(ServiceConfig value)Describes the Service being deployed.
-