- 1.50.0 (latest)
- 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.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.9
- 1.1.1
- 0.5.0
- 0.4.0
public static final class GetVersionRequest.Builder extends GeneratedMessageV3.Builder<GetVersionRequest.Builder> implements GetVersionRequestOrBuilder
The request to retrieve a version.
Protobuf type google.devtools.artifactregistry.v1beta2.GetVersionRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetVersionRequest.BuilderImplements
GetVersionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetVersionRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetVersionRequest.Builder |
build()
public GetVersionRequest build()
Type | Description |
GetVersionRequest |
buildPartial()
public GetVersionRequest buildPartial()
Type | Description |
GetVersionRequest |
clear()
public GetVersionRequest.Builder clear()
Type | Description |
GetVersionRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetVersionRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GetVersionRequest.Builder |
clearName()
public GetVersionRequest.Builder clearName()
The name of the version to retrieve.
string name = 1;
Type | Description |
GetVersionRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetVersionRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GetVersionRequest.Builder |
clearView()
public GetVersionRequest.Builder clearView()
The view that should be returned in the response.
.google.devtools.artifactregistry.v1beta2.VersionView view = 2;
Type | Description |
GetVersionRequest.Builder | This builder for chaining. |
clone()
public GetVersionRequest.Builder clone()
Type | Description |
GetVersionRequest.Builder |
getDefaultInstanceForType()
public GetVersionRequest getDefaultInstanceForType()
Type | Description |
GetVersionRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
The name of the version to retrieve.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The name of the version to retrieve.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getView()
public VersionView getView()
The view that should be returned in the response.
.google.devtools.artifactregistry.v1beta2.VersionView view = 2;
Type | Description |
VersionView | The view. |
getViewValue()
public int getViewValue()
The view that should be returned in the response.
.google.devtools.artifactregistry.v1beta2.VersionView view = 2;
Type | Description |
int | The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GetVersionRequest other)
public GetVersionRequest.Builder mergeFrom(GetVersionRequest other)
Name | Description |
other | GetVersionRequest |
Type | Description |
GetVersionRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetVersionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetVersionRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GetVersionRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GetVersionRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetVersionRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetVersionRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetVersionRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetVersionRequest.Builder |
setName(String value)
public GetVersionRequest.Builder setName(String value)
The name of the version to retrieve.
string name = 1;
Name | Description |
value | String The name to set. |
Type | Description |
GetVersionRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public GetVersionRequest.Builder setNameBytes(ByteString value)
The name of the version to retrieve.
string name = 1;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
GetVersionRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetVersionRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GetVersionRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetVersionRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetVersionRequest.Builder |
setView(VersionView value)
public GetVersionRequest.Builder setView(VersionView value)
The view that should be returned in the response.
.google.devtools.artifactregistry.v1beta2.VersionView view = 2;
Name | Description |
value | VersionView The view to set. |
Type | Description |
GetVersionRequest.Builder | This builder for chaining. |
setViewValue(int value)
public GetVersionRequest.Builder setViewValue(int value)
The view that should be returned in the response.
.google.devtools.artifactregistry.v1beta2.VersionView view = 2;
Name | Description |
value | int The enum numeric value on the wire for view to set. |
Type | Description |
GetVersionRequest.Builder | This builder for chaining. |