Send feedback
Class PacketMirroringMirroredResourceInfoInstanceInfo.Builder (1.57.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.57.0 keyboard_arrow_down
public static final class PacketMirroringMirroredResourceInfoInstanceInfo . Builder extends GeneratedMessageV3 . Builder<PacketMirroringMirroredResourceInfoInstanceInfo . Builder > implements PacketMirroringMirroredResourceInfoInstanceInfoOrBuilder
Protobuf type google.cloud.compute.v1.PacketMirroringMirroredResourceInfoInstanceInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public PacketMirroringMirroredResourceInfoInstanceInfo build ()
buildPartial()
public PacketMirroringMirroredResourceInfoInstanceInfo buildPartial ()
clear()
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder clear ()
Overrides
clearCanonicalUrl()
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder clearCanonicalUrl ()
[Output Only] Unique identifier for the instance; defined by the server.
optional string canonical_url = 512294820;
clearField(Descriptors.FieldDescriptor field)
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearUrl()
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder clearUrl ()
Resource URL to the virtual machine instance which is being mirrored.
optional string url = 116079;
clone()
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder clone ()
Overrides
getCanonicalUrl()
public String getCanonicalUrl ()
[Output Only] Unique identifier for the instance; defined by the server.
optional string canonical_url = 512294820;
Returns
Type
Description
String
The canonicalUrl.
getCanonicalUrlBytes()
public ByteString getCanonicalUrlBytes ()
[Output Only] Unique identifier for the instance; defined by the server.
optional string canonical_url = 512294820;
Returns
Type
Description
ByteString
The bytes for canonicalUrl.
getDefaultInstanceForType()
public PacketMirroringMirroredResourceInfoInstanceInfo getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getUrl()
Resource URL to the virtual machine instance which is being mirrored.
optional string url = 116079;
Returns
Type
Description
String
The url.
getUrlBytes()
public ByteString getUrlBytes ()
Resource URL to the virtual machine instance which is being mirrored.
optional string url = 116079;
Returns
Type
Description
ByteString
The bytes for url.
hasCanonicalUrl()
public boolean hasCanonicalUrl ()
[Output Only] Unique identifier for the instance; defined by the server.
optional string canonical_url = 512294820;
Returns
Type
Description
boolean
Whether the canonicalUrl field is set.
hasUrl()
Resource URL to the virtual machine instance which is being mirrored.
optional string url = 116079;
Returns
Type
Description
boolean
Whether the url field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(PacketMirroringMirroredResourceInfoInstanceInfo other)
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder mergeFrom ( PacketMirroringMirroredResourceInfoInstanceInfo other )
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PacketMirroringMirroredResourceInfoInstanceInfo . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setCanonicalUrl(String value)
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder setCanonicalUrl ( String value )
[Output Only] Unique identifier for the instance; defined by the server.
optional string canonical_url = 512294820;
Parameter
Name
Description
value
String
The canonicalUrl to set.
setCanonicalUrlBytes(ByteString value)
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder setCanonicalUrlBytes ( ByteString value )
[Output Only] Unique identifier for the instance; defined by the server.
optional string canonical_url = 512294820;
Parameter
Name
Description
value
ByteString
The bytes for canonicalUrl to set.
setField(Descriptors.FieldDescriptor field, Object value)
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final PacketMirroringMirroredResourceInfoInstanceInfo . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setUrl(String value)
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder setUrl ( String value )
Resource URL to the virtual machine instance which is being mirrored.
optional string url = 116079;
Parameter
Name
Description
value
String
The url to set.
setUrlBytes(ByteString value)
public PacketMirroringMirroredResourceInfoInstanceInfo . Builder setUrlBytes ( ByteString value )
Resource URL to the virtual machine instance which is being mirrored.
optional string url = 116079;
Parameter
Name
Description
value
ByteString
The bytes for url to set.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]