public final class UpdateProjectSettingsRequest extends GeneratedMessage implements UpdateProjectSettingsRequestOrBuilderSets the settings of the project.
Protobuf type google.devtools.artifactregistry.v1.UpdateProjectSettingsRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > UpdateProjectSettingsRequestImplements
UpdateProjectSettingsRequestOrBuilderStatic Fields
PROJECT_SETTINGS_FIELD_NUMBER
public static final int PROJECT_SETTINGS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static UpdateProjectSettingsRequest getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static UpdateProjectSettingsRequest.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest.Builder |
|
newBuilder(UpdateProjectSettingsRequest prototype)
public static UpdateProjectSettingsRequest.Builder newBuilder(UpdateProjectSettingsRequest prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
UpdateProjectSettingsRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest.Builder |
|
parseDelimitedFrom(InputStream input)
public static UpdateProjectSettingsRequest parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateProjectSettingsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static UpdateProjectSettingsRequest parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateProjectSettingsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static UpdateProjectSettingsRequest parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateProjectSettingsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static UpdateProjectSettingsRequest parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateProjectSettingsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static UpdateProjectSettingsRequest parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateProjectSettingsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static UpdateProjectSettingsRequest parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateProjectSettingsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<UpdateProjectSettingsRequest> parser()| Returns | |
|---|---|
| Type | Description |
Parser<UpdateProjectSettingsRequest> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public UpdateProjectSettingsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest |
|
getParserForType()
public Parser<UpdateProjectSettingsRequest> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<UpdateProjectSettingsRequest> |
|
getProjectSettings()
public ProjectSettings getProjectSettings()The project settings.
.google.devtools.artifactregistry.v1.ProjectSettings project_settings = 2;
| Returns | |
|---|---|
| Type | Description |
ProjectSettings |
The projectSettings. |
getProjectSettingsOrBuilder()
public ProjectSettingsOrBuilder getProjectSettingsOrBuilder()The project settings.
.google.devtools.artifactregistry.v1.ProjectSettings project_settings = 2;
| Returns | |
|---|---|
| Type | Description |
ProjectSettingsOrBuilder |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getUpdateMask()
public FieldMask getUpdateMask()Field mask to support partial updates.
.google.protobuf.FieldMask update_mask = 3;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Field mask to support partial updates.
.google.protobuf.FieldMask update_mask = 3;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasProjectSettings()
public boolean hasProjectSettings()The project settings.
.google.devtools.artifactregistry.v1.ProjectSettings project_settings = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the projectSettings field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Field mask to support partial updates.
.google.protobuf.FieldMask update_mask = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public UpdateProjectSettingsRequest.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected UpdateProjectSettingsRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest.Builder |
|
toBuilder()
public UpdateProjectSettingsRequest.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
UpdateProjectSettingsRequest.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|