public final class GetRegionTargetHttpsProxyRequest extends GeneratedMessageV3 implements GetRegionTargetHttpsProxyRequestOrBuilder
A request message for RegionTargetHttpsProxies.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetRegionTargetHttpsProxyRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
PROJECT_FIELD_NUMBER
public static final int PROJECT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
REGION_FIELD_NUMBER
public static final int REGION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TARGET_HTTPS_PROXY_FIELD_NUMBER
public static final int TARGET_HTTPS_PROXY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static GetRegionTargetHttpsProxyRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GetRegionTargetHttpsProxyRequest.Builder newBuilder()
newBuilder(GetRegionTargetHttpsProxyRequest prototype)
public static GetRegionTargetHttpsProxyRequest.Builder newBuilder(GetRegionTargetHttpsProxyRequest prototype)
public static GetRegionTargetHttpsProxyRequest parseDelimitedFrom(InputStream input)
public static GetRegionTargetHttpsProxyRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GetRegionTargetHttpsProxyRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GetRegionTargetHttpsProxyRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GetRegionTargetHttpsProxyRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetRegionTargetHttpsProxyRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetRegionTargetHttpsProxyRequest parseFrom(CodedInputStream input)
public static GetRegionTargetHttpsProxyRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GetRegionTargetHttpsProxyRequest parseFrom(InputStream input)
public static GetRegionTargetHttpsProxyRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GetRegionTargetHttpsProxyRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GetRegionTargetHttpsProxyRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GetRegionTargetHttpsProxyRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public GetRegionTargetHttpsProxyRequest getDefaultInstanceForType()
getParserForType()
public Parser<GetRegionTargetHttpsProxyRequest> getParserForType()
Overrides
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.
|
getRegion()
public String getRegion()
Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The region.
|
getRegionBytes()
public ByteString getRegionBytes()
Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for region.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTargetHttpsProxy()
public String getTargetHttpsProxy()
Name of the TargetHttpsProxy resource to return.
string target_https_proxy = 52336748 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The targetHttpsProxy.
|
getTargetHttpsProxyBytes()
public ByteString getTargetHttpsProxyBytes()
Name of the TargetHttpsProxy resource to return.
string target_https_proxy = 52336748 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for targetHttpsProxy.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GetRegionTargetHttpsProxyRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GetRegionTargetHttpsProxyRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public GetRegionTargetHttpsProxyRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides