public interface InterconnectsGetMacsecConfigResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEtag()
public abstract String getEtag()end_interface: MixerGetResponseWithEtagBuilder
optional string etag = 3123477;
| Returns | |
|---|---|
| Type | Description |
String |
The etag. |
getEtagBytes()
public abstract ByteString getEtagBytes()end_interface: MixerGetResponseWithEtagBuilder
optional string etag = 3123477;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for etag. |
getResult()
public abstract InterconnectMacsecConfig getResult()optional .google.cloud.compute.v1.InterconnectMacsecConfig result = 139315229;
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfig |
The result. |
getResultOrBuilder()
public abstract InterconnectMacsecConfigOrBuilder getResultOrBuilder()optional .google.cloud.compute.v1.InterconnectMacsecConfig result = 139315229;
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigOrBuilder |
|
hasEtag()
public abstract boolean hasEtag()end_interface: MixerGetResponseWithEtagBuilder
optional string etag = 3123477;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the etag field is set. |
hasResult()
public abstract boolean hasResult()optional .google.cloud.compute.v1.InterconnectMacsecConfig result = 139315229;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the result field is set. |