Package com.google.cloud.compute.v1
Class GetInterconnectLocationRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder>
-
- com.google.cloud.compute.v1.GetInterconnectLocationRequest.Builder
-
- All Implemented Interfaces:
GetInterconnectLocationRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- GetInterconnectLocationRequest
public static final class GetInterconnectLocationRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder> implements GetInterconnectLocationRequestOrBuilder
A request message for InterconnectLocations.Get. See the method description for details.
Protobuf typegoogle.cloud.compute.v1.GetInterconnectLocationRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetInterconnectLocationRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GetInterconnectLocationRequest
build()
GetInterconnectLocationRequest
buildPartial()
GetInterconnectLocationRequest.Builder
clear()
GetInterconnectLocationRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GetInterconnectLocationRequest.Builder
clearInterconnectLocation()
Name of the interconnect location to return.GetInterconnectLocationRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
GetInterconnectLocationRequest.Builder
clearProject()
Project ID for this request.GetInterconnectLocationRequest.Builder
clone()
GetInterconnectLocationRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getInterconnectLocation()
Name of the interconnect location to return.com.google.protobuf.ByteString
getInterconnectLocationBytes()
Name of the interconnect location to return.String
getProject()
Project ID for this request.com.google.protobuf.ByteString
getProjectBytes()
Project ID for this request.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
GetInterconnectLocationRequest.Builder
mergeFrom(GetInterconnectLocationRequest other)
GetInterconnectLocationRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GetInterconnectLocationRequest.Builder
mergeFrom(com.google.protobuf.Message other)
GetInterconnectLocationRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GetInterconnectLocationRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GetInterconnectLocationRequest.Builder
setInterconnectLocation(String value)
Name of the interconnect location to return.GetInterconnectLocationRequest.Builder
setInterconnectLocationBytes(com.google.protobuf.ByteString value)
Name of the interconnect location to return.GetInterconnectLocationRequest.Builder
setProject(String value)
Project ID for this request.GetInterconnectLocationRequest.Builder
setProjectBytes(com.google.protobuf.ByteString value)
Project ID for this request.GetInterconnectLocationRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
GetInterconnectLocationRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder>
-
clear
public GetInterconnectLocationRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder>
-
getDefaultInstanceForType
public GetInterconnectLocationRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public GetInterconnectLocationRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public GetInterconnectLocationRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public GetInterconnectLocationRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder>
-
setField
public GetInterconnectLocationRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder>
-
clearField
public GetInterconnectLocationRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder>
-
clearOneof
public GetInterconnectLocationRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder>
-
setRepeatedField
public GetInterconnectLocationRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder>
-
addRepeatedField
public GetInterconnectLocationRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder>
-
mergeFrom
public GetInterconnectLocationRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<GetInterconnectLocationRequest.Builder>
-
mergeFrom
public GetInterconnectLocationRequest.Builder mergeFrom(GetInterconnectLocationRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder>
-
mergeFrom
public GetInterconnectLocationRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<GetInterconnectLocationRequest.Builder>
- Throws:
IOException
-
getInterconnectLocation
public String getInterconnectLocation()
Name of the interconnect location to return.
string interconnect_location = 492235846 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getInterconnectLocation
in interfaceGetInterconnectLocationRequestOrBuilder
- Returns:
- The interconnectLocation.
-
getInterconnectLocationBytes
public com.google.protobuf.ByteString getInterconnectLocationBytes()
Name of the interconnect location to return.
string interconnect_location = 492235846 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getInterconnectLocationBytes
in interfaceGetInterconnectLocationRequestOrBuilder
- Returns:
- The bytes for interconnectLocation.
-
setInterconnectLocation
public GetInterconnectLocationRequest.Builder setInterconnectLocation(String value)
Name of the interconnect location to return.
string interconnect_location = 492235846 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The interconnectLocation to set.- Returns:
- This builder for chaining.
-
clearInterconnectLocation
public GetInterconnectLocationRequest.Builder clearInterconnectLocation()
Name of the interconnect location to return.
string interconnect_location = 492235846 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- This builder for chaining.
-
setInterconnectLocationBytes
public GetInterconnectLocationRequest.Builder setInterconnectLocationBytes(com.google.protobuf.ByteString value)
Name of the interconnect location to return.
string interconnect_location = 492235846 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The bytes for interconnectLocation to set.- Returns:
- This builder for chaining.
-
getProject
public String getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getProject
in interfaceGetInterconnectLocationRequestOrBuilder
- Returns:
- The project.
-
getProjectBytes
public com.google.protobuf.ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getProjectBytes
in interfaceGetInterconnectLocationRequestOrBuilder
- Returns:
- The bytes for project.
-
setProject
public GetInterconnectLocationRequest.Builder setProject(String value)
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The project to set.- Returns:
- This builder for chaining.
-
clearProject
public GetInterconnectLocationRequest.Builder clearProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- This builder for chaining.
-
setProjectBytes
public GetInterconnectLocationRequest.Builder setProjectBytes(com.google.protobuf.ByteString value)
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The bytes for project to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final GetInterconnectLocationRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder>
-
mergeUnknownFields
public final GetInterconnectLocationRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GetInterconnectLocationRequest.Builder>
-
-