Class BackendServiceOrchestrationInfo.Builder (1.101.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class BackendServiceOrchestrationInfo.Builder extends GeneratedMessage.Builder<BackendServiceOrchestrationInfo.Builder> implements BackendServiceOrchestrationInfoOrBuilder
A message containing information about the resource or system that manages
the backend service.
Protobuf type google.cloud.compute.v1.BackendServiceOrchestrationInfo
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public BackendServiceOrchestrationInfo build()
buildPartial()
public BackendServiceOrchestrationInfo buildPartial()
clear()
public BackendServiceOrchestrationInfo.Builder clear()
Overrides
clearResourceUri()
public BackendServiceOrchestrationInfo.Builder clearResourceUri()
The resource URI of the resource or system that manages the backend
service.
optional string resource_uri = 152830395;
getDefaultInstanceForType()
public BackendServiceOrchestrationInfo getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getResourceUri()
public String getResourceUri()
The resource URI of the resource or system that manages the backend
service.
optional string resource_uri = 152830395;
| Returns |
| Type |
Description |
String |
The resourceUri.
|
getResourceUriBytes()
public ByteString getResourceUriBytes()
The resource URI of the resource or system that manages the backend
service.
optional string resource_uri = 152830395;
| Returns |
| Type |
Description |
ByteString |
The bytes for resourceUri.
|
hasResourceUri()
public boolean hasResourceUri()
The resource URI of the resource or system that manages the backend
service.
optional string resource_uri = 152830395;
| Returns |
| Type |
Description |
boolean |
Whether the resourceUri field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(BackendServiceOrchestrationInfo other)
public BackendServiceOrchestrationInfo.Builder mergeFrom(BackendServiceOrchestrationInfo other)
public BackendServiceOrchestrationInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public BackendServiceOrchestrationInfo.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
setResourceUri(String value)
public BackendServiceOrchestrationInfo.Builder setResourceUri(String value)
The resource URI of the resource or system that manages the backend
service.
optional string resource_uri = 152830395;
| Parameter |
| Name |
Description |
value |
String
The resourceUri to set.
|
setResourceUriBytes(ByteString value)
public BackendServiceOrchestrationInfo.Builder setResourceUriBytes(ByteString value)
The resource URI of the resource or system that manages the backend
service.
optional string resource_uri = 152830395;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for resourceUri to set.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-19 UTC.
[null,null,["Last updated 2026-06-19 UTC."],[],[]]