| Modifier and Type | Method and Description |
|---|---|
ServiceSpec |
ServiceSpec.Builder.build() |
ServiceSpec |
ServiceSpec.Builder.buildPartial() |
static ServiceSpec |
ServiceSpec.getDefaultInstance() |
ServiceSpec |
ServiceSpec.getDefaultInstanceForType() |
ServiceSpec |
ServiceSpec.Builder.getDefaultInstanceForType() |
ServiceSpec |
EntryOrBuilder.getServiceSpec()
Specification that applies to a Service resource.
|
ServiceSpec |
Entry.getServiceSpec()
Specification that applies to a Service resource.
|
ServiceSpec |
Entry.Builder.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(ByteBuffer data) |
static ServiceSpec |
ServiceSpec.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ServiceSpec> |
ServiceSpec.getParserForType() |
static com.google.protobuf.Parser<ServiceSpec> |
ServiceSpec.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.