public static final class GetInterconnectLocationRequest.Builder extends GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder> implements GetInterconnectLocationRequestOrBuilder
A request message for InterconnectLocations.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetInterconnectLocationRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetInterconnectLocationRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public GetInterconnectLocationRequest build()
buildPartial()
public GetInterconnectLocationRequest buildPartial()
clear()
public GetInterconnectLocationRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public GetInterconnectLocationRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearInterconnectLocation()
public GetInterconnectLocationRequest.Builder clearInterconnectLocation()
Name of the interconnect location to return.
string interconnect_location = 492235846 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public GetInterconnectLocationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearProject()
public GetInterconnectLocationRequest.Builder clearProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
clone()
public GetInterconnectLocationRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public GetInterconnectLocationRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getInterconnectLocation()
public String getInterconnectLocation()
Name of the interconnect location to return.
string interconnect_location = 492235846 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The interconnectLocation.
|
getInterconnectLocationBytes()
public ByteString getInterconnectLocationBytes()
Name of the interconnect location to return.
string interconnect_location = 492235846 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for interconnectLocation.
|
getProject()
public String getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The project.
|
getProjectBytes()
public ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for project.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(GetInterconnectLocationRequest other)
public GetInterconnectLocationRequest.Builder mergeFrom(GetInterconnectLocationRequest other)
public GetInterconnectLocationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public GetInterconnectLocationRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetInterconnectLocationRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public GetInterconnectLocationRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setInterconnectLocation(String value)
public GetInterconnectLocationRequest.Builder setInterconnectLocation(String value)
Name of the interconnect location to return.
string interconnect_location = 492235846 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The interconnectLocation to set.
|
setInterconnectLocationBytes(ByteString value)
public GetInterconnectLocationRequest.Builder setInterconnectLocationBytes(ByteString value)
Name of the interconnect location to return.
string interconnect_location = 492235846 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for interconnectLocation to set.
|
setProject(String value)
public GetInterconnectLocationRequest.Builder setProject(String value)
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The project to set.
|
setProjectBytes(ByteString value)
public GetInterconnectLocationRequest.Builder setProjectBytes(ByteString value)
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for project to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetInterconnectLocationRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final GetInterconnectLocationRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides