- 1.51.0 (latest)
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.7
- 1.1.1
- 1.0.4
public static final class GetEndpointRequest.Builder extends GeneratedMessageV3.Builder<GetEndpointRequest.Builder> implements GetEndpointRequestOrBuilder
Protobuf type google.cloud.ids.v1.GetEndpointRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetEndpointRequest.BuilderImplements
GetEndpointRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetEndpointRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetEndpointRequest.Builder |
build()
public GetEndpointRequest build()
Type | Description |
GetEndpointRequest |
buildPartial()
public GetEndpointRequest buildPartial()
Type | Description |
GetEndpointRequest |
clear()
public GetEndpointRequest.Builder clear()
Type | Description |
GetEndpointRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetEndpointRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GetEndpointRequest.Builder |
clearName()
public GetEndpointRequest.Builder clearName()
Required. The name of the endpoint to retrieve.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
GetEndpointRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetEndpointRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GetEndpointRequest.Builder |
clone()
public GetEndpointRequest.Builder clone()
Type | Description |
GetEndpointRequest.Builder |
getDefaultInstanceForType()
public GetEndpointRequest getDefaultInstanceForType()
Type | Description |
GetEndpointRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
Required. The name of the endpoint to retrieve.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The name of the endpoint to retrieve.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GetEndpointRequest other)
public GetEndpointRequest.Builder mergeFrom(GetEndpointRequest other)
Name | Description |
other | GetEndpointRequest |
Type | Description |
GetEndpointRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetEndpointRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetEndpointRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GetEndpointRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GetEndpointRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetEndpointRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetEndpointRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetEndpointRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetEndpointRequest.Builder |
setName(String value)
public GetEndpointRequest.Builder setName(String value)
Required. The name of the endpoint to retrieve.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
GetEndpointRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public GetEndpointRequest.Builder setNameBytes(ByteString value)
Required. The name of the endpoint to retrieve.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
GetEndpointRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetEndpointRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GetEndpointRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetEndpointRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetEndpointRequest.Builder |