public interface WorkerManagerServiceWorkerGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getNumWorkerGroup()
number of worker groups in the service worker group
|
java.lang.String |
getServiceId()
string service_id = 1; |
com.google.protobuf.ByteString |
getServiceIdBytes()
string service_id = 1; |
com.google.protobuf.ByteString |
getWorkerGroupDetails(int index)
serialized bytes of worker group
|
int |
getWorkerGroupDetailsCount()
serialized bytes of worker group
|
java.util.List<com.google.protobuf.ByteString> |
getWorkerGroupDetailsList()
serialized bytes of worker group
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getServiceId()
string service_id = 1;com.google.protobuf.ByteString getServiceIdBytes()
string service_id = 1;int getNumWorkerGroup()
number of worker groups in the service worker group
uint32 num_worker_group = 2;java.util.List<com.google.protobuf.ByteString> getWorkerGroupDetailsList()
serialized bytes of worker group
repeated bytes worker_group_details = 3;int getWorkerGroupDetailsCount()
serialized bytes of worker group
repeated bytes worker_group_details = 3;com.google.protobuf.ByteString getWorkerGroupDetails(int index)
serialized bytes of worker group
repeated bytes worker_group_details = 3;index - The index of the element to return.Copyright © 2024. All rights reserved.