Uses of Class
com.google.cloud.datacatalog.v1.ServiceSpec
-
Packages that use ServiceSpec Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of ServiceSpec in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return ServiceSpec Modifier and Type Method Description ServiceSpec
ServiceSpec.Builder. build()
ServiceSpec
ServiceSpec.Builder. buildPartial()
static ServiceSpec
ServiceSpec. getDefaultInstance()
ServiceSpec
ServiceSpec.Builder. getDefaultInstanceForType()
ServiceSpec
ServiceSpec. getDefaultInstanceForType()
ServiceSpec
Entry.Builder. getServiceSpec()
Specification that applies to a Service resource.ServiceSpec
Entry. getServiceSpec()
Specification that applies to a Service resource.ServiceSpec
EntryOrBuilder. getServiceSpec()
Specification that applies to a Service resource.static ServiceSpec
ServiceSpec. parseDelimitedFrom(InputStream input)
static ServiceSpec
ServiceSpec. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceSpec
ServiceSpec. parseFrom(byte[] data)
static ServiceSpec
ServiceSpec. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceSpec
ServiceSpec. parseFrom(com.google.protobuf.ByteString data)
static ServiceSpec
ServiceSpec. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceSpec
ServiceSpec. parseFrom(com.google.protobuf.CodedInputStream input)
static ServiceSpec
ServiceSpec. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceSpec
ServiceSpec. parseFrom(InputStream input)
static ServiceSpec
ServiceSpec. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceSpec
ServiceSpec. parseFrom(ByteBuffer data)
static ServiceSpec
ServiceSpec. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type ServiceSpec Modifier and Type Method Description com.google.protobuf.Parser<ServiceSpec>
ServiceSpec. getParserForType()
static com.google.protobuf.Parser<ServiceSpec>
ServiceSpec. parser()
Methods in com.google.cloud.datacatalog.v1 with parameters of type ServiceSpec Modifier and Type Method Description ServiceSpec.Builder
ServiceSpec.Builder. mergeFrom(ServiceSpec other)
Entry.Builder
Entry.Builder. mergeServiceSpec(ServiceSpec value)
Specification that applies to a Service resource.static ServiceSpec.Builder
ServiceSpec. newBuilder(ServiceSpec prototype)
Entry.Builder
Entry.Builder. setServiceSpec(ServiceSpec value)
Specification that applies to a Service resource.
-